False Keyword

Used to set Boolean variables or properties. False is the result of a comparison of two objects that are not equal.

expression=False

Expression is any valid Boolean expression.


See Also

True keyword, And, Or, and Not operators.